<script>on MouseUpglobal gMenuSelection6put word 2 of the clickLine into theLineif line theLine of me = "" then exit MouseUpSpinCursorselectButton theLine,name of meSpinCursorlock screenput theLine into item (number of this cd) of gMenuSelection6updateField theLineend MouseUp</script>
</part>
<part>
<id>4</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>90</left>
<top>51</top>
<right>504</right>
<bottom>84</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Aplgaram</font>
<textSize>24</textSize>
<textStyle>plain</textStyle>
<textHeight>32</textHeight>
<name>Title</name>
<script>on closeFieldset name of this cd to meend closeField</script>
</part>
<part>
<id>5</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>61</left>
<top>106</top>
<right>86</right>
<bottom>286</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>18</textHeight>
<name>List Select</name>
<script>on MouseUpclick at item 1 of loc of fld "Categories",item 2 of the clickLocend MouseUp</script>
<script>on LinkToBackLinkToCard "Map","iris close"end LinkToBackon openCardglobal gMenuSelection6updateField (item (number of this cd) of gMenuSelection6)end openCardon updateField theLine-- put the ticks into s2spinCursorput linkedText(theLine,fld "Index") into tempif last char of temp is return then delete last char of tempput temp into fld "Presentations"-- put LineOffsetList2("• ",temp) into bL-- spinCursor-- repeat with z = 1 to number of lines of bL-- set textStyle of line (line z of bL) of fld "Presentations" to "bold"-- end repeat-- spinCursor-- answer (the ticks - s2) /60selectButton theLine,name of fld "Categories"end updateFieldfunction LineOffsetList findStr,searchStrput "" into theListput 0 into lastOffsetput return before searchStrput return before findStrput searchStr into temprepeatput offset(findStr,temp) into cif c = 0 then exit repeatadd c to lastOffsetput lastOffset & return after theListdelete char 1 to c of tempend repeatrepeat with z = 1 to number of lines of theListput number of lines of char 1 to (line z of theList) of searchStr into line z of theListend repeatreturn theListend LineOffsetList</script>